home *** CD-ROM | disk | FTP | other *** search
-
- D M a l l o c
- ---------------
-
- Version 1.00
- --------------
-
- H I S T O R Y
- ---------------
-
- Last updated: November, 1992
-
-
- ---- Version 0.9 ---------------------------------------------------------
-
- 04/01/92 First Release!
-
- 04/27/92 Video Init Problem on CGA and Hercules
- There was a bug in the video init procedure that caused the
- adapter detection code to fail on true CGA and Hercules
- adapters. These adapters don't show the number of available
- lines on the screen at the BIOS location 40h:84h,
- but show 0 (zero!) instead.
- Now, on CGA and MDA, 25 lines are assumed.
-
- 04/29/92 Modified initialization code to have the video swap space
- allocated in the far heap rather than the near heap. This
- was because a customer had problems with a big project where
- the near heap was almost inexistent.
-
- Fixed a small bug in the graphmode detection routine that
- caused 132x60 character mode to be detected as graphics.
-
-
- ---- Version 0.9a --------------------------------------------------------
-
- 05/07/92 Fixed a serious bug in the routine for patched non-DMalloc
- _nfree() routine. Unless the CX register contained the
- value 3, the program would crash immediately.
-
- Fixed a bug in the parameter handling of the _nfree() routine.
-
- Added support for _expand().
-
- 05/08/92 Modified PrintScreen handling. Pressing PrtSc during a heap
- check now presets for DMalloc popup after heap check is done,
- only when DMalloc is up, it activates the original PrintScreen
- routine, bypassing a second (unnecessary) heap check.
-
- 05/11/92 Added support for MSC 7. The only thing to do was to rename
- the external runtime library symbol STKHQQ to _STKHQQ.
- Customers report the fix works.
-
-
-
-
-
-
-
-
-
-
-
- ------------ DMalloc 1.00 ----------- HISTORY.DOC --------- page 1 of 2 --
-
-
- ---- Version 1.00 --------------------------------------------------------
-
- 11/10/92 ASP Shareware Release
-
- Removed compiler dependent stuff from the library and
- put it into the object file. Currently two files:
- DMALLOC.OBJ -- MSC 5.1, 6.+
- DMALLOC7.OBJ -- MSC/C++ 7.0
-
- Extensively tested with MSC 7. The demo program is now
- compiled with MSC 7, and the demo sources are included
- as part of the DMalloc package.
-
- Added an installation program and redesigned the BBS
- distribution file (DML100.ZIP).
-
- Added the possibility to "serialize" the evaluation library
- to have the RRS's removed after registration.
-
-
-
- End of history
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ------------ DMalloc 1.00 ----------- HISTORY.DOC --------- page 2 of 2 --
-